Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]RemoteHardwarePinKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
gpio
Pin
Link copied to clipboard
@get:
JvmName
(
name
=
"getGpioPin"
)
@set:
JvmName
(
name
=
"setGpioPin"
)
var
gpioPin
:
Int
uint32 gpio_pin = 1;
name
Link copied to clipboard
@get:
JvmName
(
name
=
"getName"
)
@set:
JvmName
(
name
=
"setName"
)
var
name
:
String
string name = 2;
type
Link copied to clipboard
@get:
JvmName
(
name
=
"getType"
)
@set:
JvmName
(
name
=
"setType"
)
var
type
:
ModuleConfigProtos.RemoteHardwarePinType
.meshtastic.RemoteHardwarePinType type = 3;
type
Value
Link copied to clipboard
@get:
JvmName
(
name
=
"getTypeValue"
)
@set:
JvmName
(
name
=
"setTypeValue"
)
var
typeValue
:
Int
Functions
clear
Gpio
Pin
Link copied to clipboard
fun
clearGpioPin
(
)
uint32 gpio_pin = 1;
clear
Name
Link copied to clipboard
fun
clearName
(
)
string name = 2;
clear
Type
Link copied to clipboard
fun
clearType
(
)
.meshtastic.RemoteHardwarePinType type = 3;